Fix Xen Rules.mk eval order so that debug=y always sets verbose=y.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 18 Aug 2006 14:22:54 +0000 (15:22 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 18 Aug 2006 14:22:54 +0000 (15:22 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/Rules.mk

index 15c0af3cc11491af1ff1b83b0802e1cee8b7619a..e319ffb6197a80eb6a070ec0f6b2d650dd02d6b5 100644 (file)
@@ -8,6 +8,9 @@ perfc       ?= n
 perfc_arrays?= n
 crash_debug ?= n
 
+XEN_ROOT=$(BASEDIR)/..
+include $(XEN_ROOT)/Config.mk
+
 # Hardcoded configuration implications and dependencies.
 # Do this is a neater way if it becomes unwieldy.
 ifeq ($(debug),y)
@@ -17,9 +20,6 @@ ifeq ($(perfc_arrays),y)
 perfc := y
 endif
 
-XEN_ROOT=$(BASEDIR)/..
-include $(XEN_ROOT)/Config.mk
-
 # Set ARCH/SUBARCH appropriately.
 override COMPILE_SUBARCH := $(XEN_COMPILE_ARCH)
 override TARGET_SUBARCH  := $(XEN_TARGET_ARCH)